CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DirectShow VC

搜索资源列表

  1. CameraPopencv

    2下载:
  2. 基于 VC+OpenCV+DirectShow 的摄像头操作源码 ;该源码采用CCameraDS类调用采集函数可直接返回IplImage,使用更方便,且集成了DirectShow,勿需安装庞大的DirectX/Platform SDK。-Based on VC+ OpenCV+ DirectShow camera synchronous work The scheme of the introduction CCameraDS class calling collection function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1026417
    • 提供者:wishman
  1. 1

    0下载:
  2. VC++编程实现摄像头视频捕捉,采用DirectShow和MFC混合编程。DirectShow编程技术资料以及opencv配置。-Visual C++ programming for webcam video capture.MFC programming combined with directshow...
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:191160
    • 提供者:dingyq
  1. dshow-video-capture

    0下载:
  2. VC下用directshow实现视频采集-use directshow to capture video.
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:56334
    • 提供者:曹魏
  1. playcap

    1下载:
  2. delphi版本的playcap,从vc++代码翻译过来。-delphi directshow playcap
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:549447
    • 提供者:刘灿伟
  1. directx9.0sdk_download_address

    0下载:
  2. 这是DirectX 9.0SDK和DirectX 9.0bSDK的下载地址我找了好久,DirectX 9.0SDK是支持VC++6.0的包含有Directshow,DirectX SDK2004sum是支持VS.net2003的业包含有Directshow,不同的开发环境要不同的SDK,DirectX SDK2004sum在微软官网上有,DirectX 9.0SDK在微软官网上找不见。-This is the download address of the DirectX 9.0SDK and
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:794
    • 提供者:高一
  1. class

    0下载:
  2. 用vc+directshow实现对摄像头图像的拍照和预览程序-Using vc+ directshow realize to the camera image taking photos and preview program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7042
    • 提供者:yang
  1. Preview

    0下载:
  2. 在VC平台上利用Directshow开发的视频预览应用程序-In VC platform using Directshow to build an application of video preview
  3. 所属分类:DirextX

    • 发布日期:2017-05-26
    • 文件大小:9526010
    • 提供者:liam
  1. Dirextshow-SourceCodes

    0下载:
  2. Directshow实务精选,包含FilterImageGrabber:即时抓图的Filter。AVChat: 音视频聊天演示程序。UDPDemo: 一个服务器程序,一个客户机程序,双方通过UDP方式传输数据。 VideoKey: 视频抠像的演示-The VC++ Demos based on vc++(also can be opened by vs2005),incldes several demo disigned in directshow.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:660231
    • 提供者:安南
  1. PlayAVi

    0下载:
  2. 使用VC++6.0和directshow编写的读取AVI视频文件的代码,通过此程序可以为后期的OPENCV处理提供好的方法迷不了OPENCV读取视频的帧率慢等问题-Read AVI video file code to use VC++6.0 directshow written, this program can be the OPENCV treatment of late good way fans can not the OPENCV read video frame rate slow
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2802724
    • 提供者:高东旭
  1. piaoxue

    0下载:
  2. 基于directshow的软件,实现唯美画面,漫天飘雪或下雨,在vc++ 6.0 上编译通过.-it is based on directshow .
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:3920914
    • 提供者:卡卡
  1. Monitor

    0下载:
  2. 远程视频监控(源代码)   程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:\Program Files\Microsoft DirectX 9.0 SDK \Samples\C++\DirectShow\BaseClasses”。-Rem
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:2417323
    • 提供者:谢文涛
  1. Video

    2下载:
  2. 取自网狐游戏视频功能 VC directshow视频采集 传输-From the Fox network game video capabilities VC directshow video capture transmission
  3. 所属分类:Video Capture

    • 发布日期:2015-03-26
    • 文件大小:1111040
    • 提供者:jian
  1. camerads

    0下载:
  2. VC++使用DirectShow的编程示例,图形加速编程实例-VC++ using DirectShow programming examples, accelerated graphics programming examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1226893
    • 提供者:zhang
  1. DirectShowPlayBack

    0下载:
  2. DirectShow 播放文件(VC++) -DirectShow playback
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-03
    • 文件大小:14594
    • 提供者:lijia
  1. VMR

    0下载:
  2. VC++ 编写开发的VMR视频采集与显示程序源代码,采用directshow 和vmr7 控制视频采集卡,采集并显示视频 ,VC6.0下调试通过。测试时需要安装好测试所需的摄像头、采集卡等硬件设备。本源码主要是想让学习一下VC++的视频采集技术。-Developed VMR prepared by the VC++ video capture and display program source code, the DirectShow and VMR7 control video captur
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:29361
    • 提供者:吴嘉怡
  1. VMR

    0下载:
  2. VC++ 编写开发的VMR视频采集与显示程序源代码,采用directshow 和vmr7 控制视频采集卡,采集并显示视频 ,VC6.0下调试通过。-VC++ writing developed VMR video capture and display program source code, using directshow and vmr7 control video capture card, video capture and display, VC6.0 through debuggi
  3. 所属分类:Video Capture

    • 发布日期:2017-11-07
    • 文件大小:28876
    • 提供者:涂炼
  1. Ex005

    0下载:
  2. 学习VC++编制的基于DirectShow视频捕获程序,主要练习基于DirectShow程序的应用。 1. 基于DirectShow视频预览; 2. 基于DirectShow视频录像; -Learning VC++ DirectShow-based video capture compiled program, the main practice DirectShow-based application program. 1 Based on DirectShow video pre
  3. 所属分类:DirextX

    • 发布日期:2017-11-21
    • 文件大小:316624
    • 提供者:赵东辉
  1. videoplayerdxs

    0下载:
  2. VC++ 6.0源代码程序,功能是利用DirectShow播放视频文件-Use directshow to play video
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:238816
    • 提供者:James Hu
  1. DirectshowCamera

    0下载:
  2. vc++下Directshow驱动摄像头-Running cameras by Directshow in VC 6.0 C++
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3461812
    • 提供者:guo
  1. MediaPlayer

    0下载:
  2. 我用VC 6.0 MFC AppWizard(exe)做的,可以运行能播放视频文件,有打开、播放、暂停、停止、全屏、退出全屏和滑动条控制播放进度的功能。 开发基于微软的DirectX9.0b SDK DirectShow。-I use VC 6.0 MFC AppWizard (exe) to do, you can run can play video files, there are open, play, pause, stop, full-screen, full screen an
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:35801
    • 提供者:周佳
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com